Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.jface.text.source.AnnotationModelEvent

Packages that use AnnotationModelEvent
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

Uses of AnnotationModelEvent in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return AnnotationModelEvent
protected  AnnotationModelEvent AnnotationModel.createAnnotationModelEvent()
          Creates and returns a new annotation model event.
 

Methods in org.eclipse.jface.text.source with parameters of type AnnotationModelEvent
 void IAnnotationModelListenerExtension.modelChanged(AnnotationModelEvent event)
          Called if a model change occurred on the given model.
protected  void AnnotationModel.fireModelChanged(AnnotationModelEvent event)
          Informs all annotation model listeners that this model has been changed as described in the annotation model event.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.